Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 19 - Error Manager / Error Manager Reference
Error Manager Routines / Getting Errors, Warnings, and Notices Directly


Q3Notice_Get

You can use the Q3Notice_Get function to get the most recent and the oldest unreported notice from a QuickDraw 3D routine.

TQ3Notice Q3Notice_Get (TQ3Notice *firstNotice);
firstNotice
On exit, the first unreported notice from a QuickDraw 3D routine. Set this parameter to NULL if you do not want the first unreported notice to be returned to you.
DESCRIPTION
The Q3Notice_Get function returns, as its function result, the code of the most recent notice that occurred after one or more previous calls to any QuickDraw 3D routines. Q3Notice_Get causes QuickDraw 3D to clear that notice code when you next call any QuickDraw 3D routine other than Q3Notice_Get itself. Q3Notice_Get also returns, in the firstNotice parameter, the last unreported notice that occurred during a QuickDraw 3D routine.

Notices are returned only by the debugging version of the QuickDraw 3D shared library.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996